Welcome![Sign In][Sign Up]
Location:
Search - ado excel

Search list

[SQL Server1

Description:
Platform: | Size: 67584 | Author: 刘与 | Hits:

[Otherexcelado

Description: 用ado的方式对excel进行操作,可以不用安装office。不用担心excel.dll的版本问题。-Using ado to excel the way to operate, you can not install office. Excel.dll not have to worry about the version of the problem.
Platform: | Size: 181248 | Author: duanjinquan | Hits:

[CSharpconverToExcel

Description: delphi2005+C#精彩编程实例集锦\源代码\第7章 ADO.NET数据访问编程实例\实例178 如何将记录转换成Excel文件-delphi2005+ C# exciting programming source code examples allehanda Chapter 7 ADO.NET data access programming examples 178 examples of how to record into Excel file
Platform: | Size: 902144 | Author: 贝比妮 | Hits:

[ADO-ODBCXls_Access123

Description: VB实现ADO对EXCEL操作 可将EXCEL中单元格数据取出,进行必要的操作。-VB for EXCEL to achieve ADO operation can be EXCEL data out of the cell to carry out the necessary operation.
Platform: | Size: 11264 | Author: 丁凯 | Hits:

[Delphi VCLProject1exe

Description: 用ADO直接访问Excel数据文件实例,然后对excel数据进行操作-Direct access to Excel with ADO examples of data files, and then manipulate excel data
Platform: | Size: 1969152 | Author: huzhisheng | Hits:

[OtherHalcyon_v6.9.6

Description: 用于ADO链接Excel等文件控件 用于ADO链接Excel等文件控件
Platform: | Size: 3279872 | Author: Simon | Hits:

[WEB Codee-zvit

Description: "e-Zvit" is an reports processing server. Any tall structure of reporting organizations can use project for working with reports made in MS Excel. Apache+PHP+MySQL. You can use data from postgresql, mssql, interbase,informix, odbc, oracle, peardb, ado
Platform: | Size: 613376 | Author: wicket | Hits:

[ADO-ODBCADO_Access_CWR

Description: 从网上找的,关于通过ADO对Excel文件读写的,且能进行查询和查找,对学习操作Excel是很好的示例。-It s about control Excel by using ADO,and can find what you need.
Platform: | Size: 2948096 | Author: brezze | Hits:

[WEB CodeExcel2sql

Description: Excel导入SQLserver源码 Excel是一种非常灵活的电子表格软件,用它可以存储各种数据,本节将对如何将Excel导入SQL Server2000数据库进行详细介绍。 开发环境:NET2.0 开发工具:vs2005 开发语言:c# 数据库:server2000 1.方案分析 通过Microsoft.Jet.OLEDB.4.0方式可实现使用ADO.NET访问Excel的目的,如以下示例代码为连接Excel数据的字符串: string strOdbcCon = @"Provider=Microsoft.Jet.OLEDB.4.0 Persist Security Info=False Data Source= Server.MapPath(("~upfiles")+ filename) Extended Properties=Excel 8.0" 2.实施过程 程序开发步骤: (1)新建一个网站,命名为HHASPX,其主页默认为Default.aspx。 (2)Default.aspx页面中添加一个Table表格,用来布局页面,然后在该Table表格中添加一个一个FileUpload控件;一个Button控件和一个GridView控件。FileUpload控件用来选择上传文件,Button控件用来将指定Excel上传到服务器并将数据表中的数据导入到SQL Server数据库中;GridView控件用来显示导入SQL Server数据库中的Excel数据。 App_Data下为Sql数据库,附加后修改cs文件中的数据库连接字符串: string strConn = "Data Source=. DataBase=hhaspx Uid=sa Pwd=sa"
Platform: | Size: 156672 | Author: wanghu | Hits:

[File OperateADO_Excel_CWR

Description: 通过ADo显示Excel内容 并对Excel中数据进行添加、删除、修改等操作-Excel content through ADo display data in Excel and add, delete, modify and other operations
Platform: | Size: 6557696 | Author: Pricas | Hits:

[ADO-ODBCPrintForm_someday_old

Description: VB实现的ADO方法读取iFIX历史数据库实现Excel报表的可执行程序与源码。-a vb code of iFIX excel report for reading iFIX histry data using ADO
Platform: | Size: 18432 | Author: 刘勋 | Hits:

[ADO-ODBCOperateAccess

Description: 自己写的用ADO操作数据库,添加,删除,修改功能,显示在listctrl上,已经数据导出EXCEL。-ado
Platform: | Size: 3218432 | Author: you | Hits:

[Delphi VCLsrc090903

Description: delphi通过ado来处理excel。有sql-handled by ado delphi excel. With sql
Platform: | Size: 13312 | Author: 小先 | Hits:

[Windows DevelopAMS

Description: 一个简单的社团管理系统 用ADO连接ACCESS 分社团 和社联两个子系统 可实现打印 导出到Excel 同时 内附一份简单文档-A simple association management system using ADO ACCESS sub-community and social connection of two subsystems can be realized together to export to Excel to print a simple document also included
Platform: | Size: 13030400 | Author: 郭靖 | Hits:

[Education soft systemhuahaisoftV2.0

Description: 1、后台管理员:admin;密码:admin 2、内有20位学生帐号;帐号:1,密码1;帐号:2,密码2…… 3、练习模式也要登陆,但不记录分数。 4、考试模式需在后台设置试卷后,一考试帐号只能参加一次。 5、本系统可批量导入试题,但asp的ADO读取EXCEL数据时同一列数据遇到不同数据类型时中断,并不是以空记录中断,填写导入的EXCEL时请保持相同的数据类型;遇到此问题时可以用ACCESS软件打开数据库,然后在“文件”-》“获取外部数据”-》“导入”,然后选择EXCEL文件导入相应的表。 6、checkbox 的值是一个逗号加一个空格分隔的,因此多选题批量导入时,导入文件的正确答案请按选项的顺序填写,并以逗号加一个空格分隔。 例:答案为ABC,正确格式为“A, B, C”。“A,B,C”,“B, A, C”都为错误格式。 7、本系统修改于网上的考试系统,版权归原作者所有。 8、如需程序定制,如考试内容指定知识点等,请QQ联系171643253. huahaisoft-1, background admin manager: Password: admin 2, has 20 students account Account: 1, the password 1 Account: 2, the password 2... 3, practise mode will log in, but not recorded scores. 4, examination mode should set in the background, a test paper after examination account could only join again. 5, this system can be batch import questions, but asp ADO data read EXCEL same column data to meet different data types, is not empty when interrupt record interrupt, fill in import EXCEL when please keep the same data types, Encounter this problem can use ACCESS database software, then open the document "- >" obtain external data "- >" induction ", select the EXCEL file keyword corresponding table. 6, checkbox value is a comma add a blank space, so multiple-choice questions, import documents batch import the correct answer please click option order fill in, and with a comma add a blank space. Example: the answer for ABC, correct format for "A, B, C". "A, B, C",
Platform: | Size: 139264 | Author: 葛冰 | Hits:

[Education soft systemhuahaisoft_v2.0

Description: huahaisoft 考试系统v2.0介绍 1、后台管理员:admin;密码:admin 2、2.0增加了多选题、简答题。 3、练习模式也要登陆,但不记录分数。 4、考试模式需在后台设置试卷后,一考试帐号只能参加一次。 5、本系统可批量导入试题,但asp的ADO读取EXCEL数据时同一列数据遇到不同数据类型时中断,并不是以空记录中断,填写导入的EXCEL时请保持相同的数据类型;遇到此问题时可以用ACCESS软件打开数据库,然后在“文件”-》“获取外部数据”-》“导入”,然后选择EXCEL文件导入相应的表。 6、checkbox 的值是一个逗号加一个空格分隔的,因此多选题批量导入时,导入文件的正确答案请按选项的顺序填写,并以逗号加一个空格分隔。 例:答案为ABC,正确格式为“A, B, C”。“A,B,C”,“B, A, C”都为错误格式。 7、本系统程序核心来源于网络,该部分版权归原作者所有。-huahaisoft Test System v2.0 Introduction 1, background administrator: admin Password: admin 2,2.0 increase of multiple choice, short answer questions. 3, also landing practice mode, but does not record scores. 4, the test mode to be set in the background papers, after a test account can only enter once. 5, the system can bulk import item, but the asp of the ADO to read data in EXCEL data encountered the same column with different data types interrupted, the interrupt is not to empty record, fill in EXCEL when imported to maintain the same data type experience This problem can open the database using ACCESS software, and then in the "File"- "" Get External Data "-" "Import", then select the EXCEL file into the appropriate table. 6, checkbox s value is a space separated by a comma, so the multiple choice batch import, the import file the correct answer, please fill out the order by option and a space separated by commas. Example: The answer to ABC, the correct format for
Platform: | Size: 132096 | Author: 田旭 | Hits:

[ADO-ODBCVCPPProjectAndPractise

Description: VC++工程与实践 书籍的配套源代码 共13个代码,涉及到ODBC、ADO、OLEDB数据库编程;界面datagrid控件、Tree控件;读写Excel文件、超长数据库字段的操纵、图片的存取;几个管理系统等。-VC++ projects and source code of practice books supporting a total of 13 code, related to ODBC, ADO, OLEDB database programming interface datagrid control, Tree control read and write Excel files, database fields long manipulation, image access several a management system.
Platform: | Size: 17073152 | Author: tom | Hits:

[ADO-ODBCtxluxin12.27

Description: 通过ADO访问access数据库,并进行修改、增加、删除等操作,导入导出excel-Access to Access database via ADO, and modify, add, delete and other operations, import export excel
Platform: | Size: 5083136 | Author: renshuai | Hits:

[Windows DevelopiFIX

Description: iFix中如何实现EXCEL报表,在VBA中引用Microsoft Excel 11.0 Object Library和Microsoft ADO 6.0 Library。在画面中添加个按钮。-How iFix EXCEL reports in
Platform: | Size: 24576 | Author: 朱旭东 | Hits:

[Delphi VCLDelphi_ADO_Excel

Description: Delphi读取Excel内容,实现快速加载。-delphi sourcecode,use ado read excel file to get excel data.
Platform: | Size: 2048 | Author: 眸眸 | Hits:
« 1 2 3 4 56 7 »

CodeBus www.codebus.net